Skip to content

chore(build): remove openapi generator#683

Merged
devcrocod merged 2 commits intomainfrom
devcrocod/remove-openapi-generator
Apr 13, 2026
Merged

chore(build): remove openapi generator#683
devcrocod merged 2 commits intomainfrom
devcrocod/remove-openapi-generator

Conversation

@devcrocod
Copy link
Copy Markdown
Contributor

Remove unused OpenAPI Generator plugin, its configuration, and the .openapi-generator-ignore file.

Breaking Changes

none

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the MCP Documentation
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have added or updated documentation as needed

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Removes the unused OpenAPI Generator Gradle plugin and its related configuration from kotlin-sdk-core, simplifying the build setup and dependency catalog.

Changes:

  • Removed the OpenAPI Generator plugin application and openApiGenerate task configuration from kotlin-sdk-core.
  • Deleted the kotlin-sdk-core/.openapi-generator-ignore file.
  • Removed the OpenAPI Generator version and plugin alias from gradle/libs.versions.toml.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
kotlin-sdk-core/build.gradle.kts Drops the OpenAPI Generator plugin and its generation configuration from the module build.
kotlin-sdk-core/.openapi-generator-ignore Removes the generator ignore rules file since generation is no longer configured.
gradle/libs.versions.toml Removes the plugin version and alias entry for OpenAPI Generator from the version catalog.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Apr 10, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

@devcrocod devcrocod merged commit 1d02ae8 into main Apr 13, 2026
20 checks passed
@devcrocod devcrocod deleted the devcrocod/remove-openapi-generator branch April 13, 2026 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants